home *** CD-ROM | disk | FTP | other *** search
/ Aminet 49 / Aminet 49 (2002)(GTI - Schatztruhe)[!][Jun 2002].iso / Aminet / text / misc / xsltproc.lha / xsltproc / xsltproc.readme < prev    next >
Encoding:
Text File  |  2002-03-29  |  1.1 KB  |  41 lines

  1. Short: XSLT processor, transform an XML file with an XSLT file
  2. Uploader: James S.Perrin <james.perrin@ntlworld.com>
  3. Type: text/misc
  4. Version: 1.0 
  5.  
  6. What Is It?
  7.  
  8. Since XML is easily machine parse-able a document written in one form can be easily transformed into another eg a docbook file can be turned into XHTML using an
  9. appropiate XSLT file.
  10.  
  11. xsltproc is part of the libxslt distibrution which in turn depends on libxml2, these are
  12. both GPL'd libraries that are written as part of Gnome. You will need to get the source
  13. for these libraries if you wish to recompile from www.xmlsoft.org
  14.  
  15. Maybe one day I'll get enough time to convert these to AmigaOS libraries but for now
  16. they are statically compiled.
  17.  
  18.  
  19. Installation
  20.  
  21. Stick xsltproc in C: or GG:bin if you've got Geekgadgets
  22. Put the docs where you like
  23.  
  24. Usage
  25.  
  26. See man page or html file for details but basically:
  27.  
  28. xsltproc -o <outfile> <xsltfile> <xmlfile>
  29.  
  30. without an outfile output is written to stdout. 
  31.  
  32.  
  33. Requirements
  34.  
  35. Well it needs ixemul.library
  36.  
  37.  
  38. History
  39.  
  40. v1.0 first release complied from libxslt-1.0.7 and libxml2-2.4.10
  41.